バージョン

Evaluate(IList<IAggregationResult>,IList<IAggregationResult>) メソッド

複雑な集計値を評価します。
シンタックス
'宣言
 
Public Overloads Function Evaluate( _
   ByVal totalsCache As IList(Of IAggregationResult), _
   ByVal cellsCache As IList(Of IAggregationResult) _
) As IAggregationResult

パラメータ

totalsCache
Parts コレクションにある各 IAggregator の合計として評価したキャッシュ済みの IAggregationResult のリスト。
cellsCache
Parts コレクションにある各 IAggregator の特定セルについて評価したキャッシュ済みの IAggregationResult のリスト。

戻り値の型

集計の結果。
参照